home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / faq / news / usenet_s / part1 < prev   
Internet Message Format  |  1994-04-12  |  25KB

  1. Path: bloom-beacon.mit.edu!news.media.mit.edu!uhog.mit.edu!europa.eng.gtefsd.com!howland.reston.ans.net!cs.utexas.edu!uunet!deshaw.com!do-not-use-path-to-reply
  2. Date: Tue, 12 Apr 1994 08:00:51 GMT
  3. Supersedes: <CnDAD1.4Lr@deshaw.com>
  4. Expires: Thu, 12 May 1994 08:00:50 GMT
  5. Message-ID: <Co4zLF.1w1@deshaw.com>
  6. Approved: netannounce@deshaw.com (Mark Moraes)
  7. From: netannounce@deshaw.com (Mark Moraes)
  8. Subject: USENET Software: History and Sources
  9. Newsgroups: news.admin.misc,news.announce.newusers,news.software.readers,news.software.b,news.answers
  10. Followup-To: news.admin.misc
  11. Lines: 443
  12. Xref: bloom-beacon.mit.edu news.admin.misc:9384 news.announce.newusers:482 news.software.readers:6864 news.software.b:4253 news.answers:17942
  13.  
  14. Archive-name: usenet-software/part1
  15. Original-from: spaf@cs.purdue.edu (Gene Spafford)
  16. Comment: edited until 5/93 by spaf@cs.purdue.edu (Gene Spafford)
  17. Last-change: 24 March 1994 by netannounce@deshaw.com (Mark Moraes)
  18.  
  19.  
  20. Currently, Usenet readers interact with the news using a number of
  21. software packages and programs.  This article mentions the important
  22. ones and a little of their history, gives pointers where you can look
  23. for more information and ends with some special notes about "foreign"
  24. and "obsolete" software.  At the very end is a list of sites from which
  25. current versions of the Usenet software may be obtained.
  26.  
  27. Note that the number of software packages available to run news,
  28. especially on PCs, is increasing.  This article lists only a few of
  29. the many news packages available, and the presence or absence of any
  30. particular software package should not be construed as indicating
  31. anything about its suitability usefulness.
  32.  
  33. The material contained in this post is probably not 100% up-to-date.
  34. Many of the software packages described in this posting are undergoing
  35. constant development, and it is not always possible to know when new
  36. releases have been made.  Should you discover that information in this
  37. post has been superseded by a new release, please send mail to the poster
  38. of this article with the corrected information.
  39.  
  40. While the "official" ftp archive sites for packages are listed, note that
  41. most large archive sites carry news software; please try the one nearest
  42. to you before you use up expensive bandwidth on a trans-continental
  43. network link.  You can check the official site for the current version
  44. number, if you want to make sure you're getting the latest version.  In
  45. general, a good place to get recent versions of the more popular news
  46. transport and reading software by anonymous ftp is
  47. ftp.uu.net:/pub/networking/news/ directory.
  48.  
  49.  
  50. History
  51. -------
  52. Usenet came into being in late 1979, shortly after the release of V7
  53. Unix with UUCP.  Two Duke University grad students in North Carolina,
  54. Tom Truscott and Jim Ellis, thought of hooking computers together to
  55. exchange information with the Unix community.  Steve Bellovin, a grad
  56. student at the University of North Carolina, put together the first
  57. version of the news software using shell scripts and installed it on
  58. the first two sites: "unc" and "duke." At the beginning of 1980 the
  59. network consisted of those two sites and "phs" (another machine at
  60. Duke), and was described at the January Usenix conference.  Steve
  61. Bellovin later rewrote the scripts into C programs, but they were never
  62. released beyond "unc" and "duke." Shortly thereafter, Steve Daniel did
  63. another implementation in C for public distribution.  Tom Truscott made
  64. further modifications, and this became the "A" news release.
  65.  
  66. In 1981 at U. C. Berkeley, grad student Mark Horton and high school
  67. student Matt Glickman rewrote the news software to add functionality
  68. and to cope with the ever increasing volume of news -- "A" News was
  69. intended for only a few articles per group per day.  This rewrite was
  70. the "B" News version.  The first public release was version 2.1 in
  71. 1982; the 1.* versions were all beta test.  As the net grew, the news
  72. software was expanded and modified.  The last version maintained and
  73. released primarily by Mark was 2.10.1.
  74.  
  75. Rick Adams, at the Center for Seismic Studies, took over coordination
  76. of the maintenance and enhancement of the B News software with the
  77. 2.10.2 release in 1984.  By this time, the increasing volume of news
  78. was becoming a concern, and the mechanism for moderated groups was
  79. added to the software at 2.10.2.  Moderated groups were inspired by
  80. ARPA mailing lists and experience with other bulletin board systems.
  81. In late 1986, version 2.11 of B News was released, including a number
  82. of changes to support a new naming structure for newsgroups, enhanced
  83. batching and compression, enhanced ihave/sendme control messages, and
  84. other features.
  85.  
  86. The current release of B News is 2.11, patchlevel 19.  Article format
  87. is specified in RFC 1036 (see below).  B News has been declared "dead"
  88. by a number of people, including Rick Adams, and is unlikely to be
  89. upgraded further; most new UUCP sites are using C News or INN (see
  90. next paragraphs).
  91.  
  92. In March 1986 a package was released implementing news transmission,
  93. posting, and reading using the Network News Transfer Protocol (NNTP)
  94. (as specified in RFC 977).  This protocol allows hosts to exchange
  95. articles via TCP/IP connections rather than using the traditional
  96. uucp.  It also permits users to read and post news (using a modified
  97. news user agent) from machines which cannot or choose not to install
  98. the USENET news software.  Reading and posting are done using TCP/IP
  99. messages to a server host which does run the USENET software.  Sites
  100. which have many workstations like the Sun and SGI, and HP products
  101. find this a convenient way to allow workstation users to read news
  102. without having to store articles on each system.  Many of the Usenet
  103. hosts that are also on the Internet exchange news articles using NNTP
  104. because the load impact of NNTP is much lower than uucp (and NNTP
  105. ensures much faster propagation).
  106.  
  107. NNTP grew out of independent work in 1984-1985 by Brian Kantor at U.
  108. C.  San Diego and Phil Lapsley at U. C. Berkeley.  NNTP includes
  109. support for System V UNIX with Excelan Ethernet cards and DECNET under
  110. Ultrix.  NNTP was developed at U. C. Berkeley by Phil Lapsley with
  111. help from Erik Fair, Steven Grady, and Mike Meyer, among others.  The
  112. NNTP package was distributed on the 4.3BSD release tape (although that
  113. was version 1.2a and out-of-date) and is also available from the
  114. various authors, many major hosts, and by anonymous FTP from
  115. lib.tmc.edu, mthvax.cs.miami.edu and ftp.uu.net.
  116.  
  117. One new version of news, known as C News, was developed at the
  118. University of Toronto by Geoff Collyer and Henry Spencer.  This
  119. version is a rewrite of the lowest levels of news to increase article
  120. processing speed, decrease article expiration processing and improve
  121. the reliability of the news system through better locking, etc.  The
  122. package was released to the net in the autumn of 1987.  For more
  123. information, see the paper "News Need Not Be Slow," published in The
  124. Winter 1987 Usenix Technical Conference proceedings.  The most recent
  125. version of C News is the 20 Feb 1993 "performance release."  C News can
  126. be obtained from its official archive site, cs.toronto.edu, using FTP.
  127.  
  128. Another Usenet system, known as InterNetNews, or INN, was written by
  129. Rich Salz <rsalz@uunet.uu.net>.  INN is designed to run on Unix hosts
  130. that have a socket interface.  It is optimized for larger hosts where
  131. most traffic uses NNTP, but it does provide full UUCP support.  INN is
  132. very fast, and since it integrates NNTP many people find it easier to
  133. administer only one package.  The package was publicly released on
  134. August 20, 1992.  For more information, see the paper "InterNetNews:
  135. Usenet Transport for Internet Sites" published in the June 1992 Usenix
  136. Technical Conference Proceedings.  INN can be obtained from many
  137. places; its official archive site is ftp.uu.net in the directory
  138. networking/news/nntp/inn.  The current version is 1.4sec, last release
  139. 22-dec-1993.
  140.  
  141. ANU-NEWS is news package written by Geoff Huston of Australia for VMS
  142. systems.  ANU-NEWS is a complete news system that allows reading,
  143. posting, direct replies, moderated newsgroups, etc. in a fashion
  144. closely related to regular news.  The implementation includes the RFC
  145. use of the NNTP
  146. protocols (see below) to support remote news servers, implemented as a
  147. VAX/VMS Decnet object.  An RFC 977 server implemented as a Decnet
  148. object is also included. ANU-NEWS currently includes support for the
  149. following TCP/IP protocols: MultiNet, CMU/TEK, Wollongong WIN/TCP, UCX
  150. (TCP/IP Services for OpenVMS), EXOS, and TCPware.  The ANU-NEWS
  151. interface is similar to standard DEC screen oriented systems.  The
  152. license for the software is free, and there are no restrictions on the
  153. re-distribution.  For more info, contact gih900@fac.anu.oz.au (Geoff
  154. Huston).  ANU-NEWS is available for FTP from kuhub.cc.ukans.edu.
  155. Contact SLOANE@KUHUB.CC.UKANS.EDU for more info.
  156.  
  157. A screen-oriented news client for VMS that works with CMU/tek, EXOS,
  158. MultiNet, UCX, Wollongong and DECnet is also available via ftp from
  159. iraun1.ira.uka.de, info.rz.uni-ulm.de, and ftp.spc.edu (contact Bernd
  160. Onasch <uranus@pilhuhn.ka.sub.org> for details).
  161.  
  162. Reader NNTP clients for VMS are also available, including VMS/VNEWS
  163. (current release 1.4) and an upcoming reader only version of ANU-NEWS.
  164. VMS/VNEWS is available via anonymous ftp from arizona.edu (contact
  165. jms@arizona.edu for more information) or at any site which archives
  166. vmsnet.source.  Although the current release of ANU-NEWS is usable as
  167. a reader it can be difficult when used with a UNIX server.
  168.  
  169. A port of C News for the Commodore Amiga under AmigaDOS (NOT Unix), is
  170. available.  The port was done by Frank J. Edwards <crash@ckctpa.uucp>,
  171. and available from Larry Rosenman <ler@lerami.lerctr.org>.  Also,
  172. Matt Dillon <dillon@overload.berkely.ca.us>, has greatly improved the
  173. UUCP clone for AmigaDOS, currently V1.16D, available for ftp from
  174. ftp.uu.net in /systems/amiga/dillon.  The package also includes a
  175. newsreader very loosely like the real rn.  Dillon also has a "vn" port
  176. provided by Eric Lee Green.  This software is also available on Bix,
  177. and for ftp from wuarchive.wustl.edu (many other Amiga newsreaders are
  178. also available on theis ftp site).
  179.  
  180. Several popular screen-oriented news reading interfaces have been
  181. developed in the last few years to replace the traditional "readnews"
  182. interface.  The first of these was "vnews" and it was written by
  183. Kenneth Almquist.  "vnews" provides a "readnews"-like command
  184. interface, but displays articles using direct screen positioning.  It
  185. appears to have been inspired, to some extent, by the "notes" system
  186. (described below).  "vnews" is currently distributed with the standard
  187. 2.11 news source.
  188.  
  189. A second, more versatile interface, "rn", was developed by Larry Wall
  190. (the author of Perl) and released in 1984.  This interface also uses
  191. full-screen display with direct positioning, but it includes many
  192. other useful features and has been very popular with many regular net
  193. readers.  The interface includes reading, discarding, and/or
  194. processing of articles based on user-definable patterns, and the
  195. ability of the user to develop customized macros for display and
  196. keyboard interaction.  "rn" is currently at release 4.4.4.  It is
  197. being maintained by Stan Barber of the Baylor College of Medicine.
  198. "rn" is not provided with the standard news software release, but is
  199. very widely available because of its popularity.  The software can be
  200. obtained from its official archive site, lib.tmc.edu, using FTP, and
  201. via mail from archive-server@bcm.tmc.edu
  202.  
  203. A variant of "rn" is "trn" by Wayne Davison. Trn adds the ability to
  204. follow "threads of discussions" in newsgroups; its latest version 3.4.1 is
  205. based on rn 4.4. It uses a Reference-line database to allow the user to
  206. take advantage of the "discussion tree" formed by an article and its
  207. replies.  This results in a true reply-ordered reading of the articles,
  208. complete with a small ascii representation of the current article's
  209. position in the discussion tree. Trn can be obtained from ftp.uu.net in
  210. the /networking/news/readers/trn directory, and from many other archive
  211. servers world-wide.
  212.  
  213. xrn is an X11-based interface to NNTP that was written by Rick
  214. Spickelmier and Ellen Sentovich (UC Berkeley).  The current version is
  215. 6.17.  xrn supports many features, including sorting by subject,
  216. user-settable key bindings, graceful handling of NNTP server crashes,
  217. and many of the features of rn (including KILL files and key bindings
  218. similar to rn).  xrn is actively supported by the authors with bug
  219. fixing and feature addition support from many of the users.  xrn can
  220. be retrieved from most of the popular FTP sites (gatekeeper.dec.com,
  221. ftp.uu.net, ftp.x.org).
  222.  
  223. Another X11-based newsreader is xvnews.  This is a news reader
  224. designed primarily for Sun workstations running OpenWindows.  It runs
  225. with NNTP and is compatible with rn style commands. It is available
  226. from ftp.x.org in the contrib directory.
  227.  
  228. There are two popular macro packages named "GNUS" and "Gnews" that can
  229. be used with the GNU Emacs text editor.  These allow reading,
  230. replying, and posting interaction with the news from inside the Emacs
  231. text editor.  Client code exists to get the articles using NNTP rather
  232. than from a local disk.  Copies can be found on most archive sites
  233. that carry the GNU archives eg. ftp.cs.titech.ac.jp, archie.au,
  234. archive.eu.net, gatekeeper.dec.com, prep.ai.mit.edu.
  235.  
  236. "nn" is yet another reader interface, developed by Kim F. Storm of Texas
  237. Instruments A/S, Denmark, and released in 1989.  nn differs from the
  238. traditional readnews and vnews by presenting a menu of article subject
  239. and sender-name lines, allowing you to preselect articles to read.  nn is
  240. also a very fast newsreader, as it keeps a database of article headers
  241. on-line.  (I.e. it trades space for time.  A good rule of thumb is that
  242. the nn database size is 5%-10% of your news spool.  So up to 110% of your
  243. news spool is the amount of space news and the nn database will take.)
  244. nn is now maintained by Peter Wemm <peter@dialix.oz.au>, and the "offical"
  245. ftp location is the /pub/nn directory on uniwa.uwa.edu.au.  The current
  246. version of nn is 6.4.18.  Non-Australian sites should request the sources
  247. from their nearest backbone site.
  248.  
  249. Yet another newsreader is the "tin" reader.  It operates with threads, uses
  250. NOV-style index files if available, has different article organization
  251. methods, and is full-screen oriented.  tin works on a local news spool or
  252. over an NNTP connection.  It has been posted to alt.sources; further
  253. information is available from Iain Lea (iain.lea@erlm.siemens.de). The
  254. current release of tin is 1.22.  Tin is based more on the Notes and tass
  255. systems than "rn".  There is an extensive list of features, including
  256. interfaces to batch modes and auto unpacking mechanisms.  The official
  257. ftp site for tin is ftp.germany.eu.net:/pub/news/tin.
  258.  
  259. An NNTP newsreader for Macintoshs is available called HyperNews.  It
  260. is implemented as a HyperCard stack and depends on MacTCP.  It is
  261. available from many Mac archives, including ftp.apple.com and
  262. sumex-aim.stanford.edu.  A newsreader preferred by many Macintosh
  263. users is NewsWatcher, currently maintained by a group headed (defacto)
  264. by j-norstad@nwu.edu (John Norstad).  The current version is 2.0d17 and
  265. is available in ftp.acns.nwu.edu:/pub/newswatcher.
  266.  
  267. There is also an NNTP-based netnews reader for Symbolics Lisp Machines
  268. (under Genera 7) available for anonymous FTP from ucbvax.berkeley.edu
  269. [128.32.133.1] in pub/nntp-clients/lispm written by Ian Connolly
  270. <connolly@coins.cs.umass.edu> and maintained by Richard Welty
  271. <welty@lewis.crd.ge.com>.  In addition, another NNTP-based news
  272. browser is available running under Genera 7 and Genera 8.  It provides
  273. mouse driven hierarchic browsing of newsgroups and articles, with
  274. support for X11 servers on remote machines.  It is available for
  275. anonymous FTP on flash.bellcore.com [128.96.32.20] in the directory
  276. pub/lispm/news-reader/.  It is written and maintained by Peter
  277. Clitherow <pc@bellcore.com>
  278.  
  279. A TOPS-20 reader was developed by Dave Edwards of SRI
  280. <dle@kl.sri.com>, but current availability is unknown.  An NNTP reader
  281. suite for PC's running MS-DOS and having Excelan boards is available
  282. for ftp from ames.arc.nasa.gov; get the pcrrn files.  There are two
  283. MS-DOS news readers that can be obtained from bcm.tmc.edu in the "nfs"
  284. to work.  They will
  285. both work under PC/TCP from FTP Software early this year.  Source will
  286. be provided at that time.
  287.  
  288. "trumpet" is a NNTP based news reader for DOS which will also run under
  289. Windows (although only as a DOS application). There is Lan Workplace
  290. version which is also available.  It runs over packet drivers, which can
  291. work side-by-side with a Novell Network.  For information on the Crynwr
  292. Packet Driver Collection, send mail to <info@crynwr.com> or send a FAX to
  293. +1-315-268-9201.  Trumpet offers a very intuitive interface with most of
  294. the basic facilities required in a newsreader (but without some of the
  295. 'bells and whistles found in something like rn).  It has facilities for
  296. using SMTP to forward/reply etc.  The latest version is 1.07 and is
  297. shareware available at most main ftp sites.
  298.  
  299. trumpet       ftp.utas.edu.au:/pc/trumpet/
  300. wintrumpet    ftp.utas.edu.au:/pc/trumpet/wintrump/*.*
  301.  
  302. Details on several newsreaders for systems running "Waffle" may be
  303. found in the FAQ posted to the comp.bbs.waffle newsgroup on a regular
  304. basis.  At least 3 different readers are available, and all can be
  305. obtained via ftp and mailserver from ftp.halcyon.com (look in
  306. /pub/waffle/news).
  307.  
  308. Details on many other mail and news readers for MSDOS, Windows and OS/2
  309. systems can be found in the FAQ posted to the comp.os.msdos.mail-news.
  310.  
  311. At least one IBM VM/SP (CMS) version of the Usenet software is
  312. available.  It is known as PSU NetNews, and it is maintained by Linda
  313. Littleton (lrl@psuvm.bitnet/psuvm.psu.edu).  Version 2.4 of the
  314. software is available from LISTSERV@PSUVM.  PSU NetNews supports only
  315. 3270 terminals, and uses XEDIT as its screen driver.  Most major VM
  316. sites appear to use this package.  NetNews supports locally-stored
  317. news, not NNTP reading.
  318.  
  319. Since january 1993 a complete NNTP server is available for VM systems.
  320. It provides news reading, posting and feed processing compatible to the
  321. Unix NNTP implementations.  The code is written in IBM's VM Rexx.
  322. It assumes that you already have installed PSU VM NETNEWS.  The VM NNTP
  323. package, written by Kris Van Hees (gutest6@cc1.kuleuven.ac.be) who also
  324. takes care of the maintenance.  The current version is 1.0.1 and requires
  325. IBM's FAL TCP/IP and Arty Ecock's RXSOCKET which is available from the
  326. IBMTCP FIELLIST on listserv@pucc.  The VM NNTP package can be obtained
  327. from the NNTP PACKAGE on listserv@blekul11.
  328.  
  329. There is NNTP support for PSU NetNews for bulk news receipt: NNTPXFER
  330. will poll another site for news, and NNTPRCVR will receive news sent
  331. from a Unix NNTPXMIT process.  Either program sends the news articles
  332. to NetNews for processing.  Contact Andy Hooper (hooper@qucdn.bitnet
  333. or qucdn.queensu.ca) for more information, or obtain them from
  334. listserv@qucdn in PUBLIC FILELIST.  These programs are provided with
  335. source, and require IBM's FAL TCP/IP and Pascal.  An NNTPXMIT sender
  336. that works in cooperation with PSU NETNEWS is available from Herman
  337. Van Uytven (SYSTHVU@cc1.kuleuven.ac.be).
  338.  
  339. There is at least one NNTP news-reader for VM using XEDIT as its
  340. screen manager: NNR.  Contact Paul Campbell (pc@mbunix.mitre.org) for
  341. information.  The program requires IBM's FAL TCP/IP.  The software is
  342. available for anonymous ftp from ftp.uni-stuttgart.de
  343. in the directory pub/comm/news/beginner/software/nnr/*.
  344.  
  345. An NNTP news reader is available for TSO/ISPF, called NNMVS. NNMVS is
  346. written by Steve Bacher <seb@draper.com> at Draper Laboratory.  It
  347. requires C/370 V1R2 or SAS/C; ISPF V2; and TCP/IP for MVS (either
  348. IBM's "FAL" or SNS).  It is now available via anonymous ftp at
  349. ftp.uni-stuttgart.de under the directory
  350. /pub/comm/news/beginner/software/nnmvs and from ftp.mic.ucla.edu,
  351. directory /pub/mvs/netnews.  The current version is Version 3
  352. Release 2.  There's also an object-code-only distribution for folks
  353. without C compilers, but that's an at-your-own-risk distribution,
  354. and requires the IBM C/370 run-time library.  The source code
  355. distribution can be compiled with either C/370 or SAS/C.
  356.  
  357.  
  358. Special note on "notes" and old versions of news
  359. ------------------------------------------------
  360. Many years ago, there was another distributed "news" system called
  361. "notes".  The "notes" software package used a different internal
  362. organization of articles, and a different interchange format than that
  363. of the standard Usenet software.  It was inspired by the notesfiles
  364. available in the PLATO system and was developed independently from the
  365. Usenet news.  Eventually, the "notes" network and Usenet were joined
  366. via gateways doing (sometimes imperfect) protocol translation.
  367. "notes" was written in 1980-1981 by Ray Essick and Rob Kolstad, (then)
  368. grad students at the University of Illinois at Urbana-Champaign.  The
  369. first public release of "notes" was at the January 1982 Usenix
  370. conference.  The last release of notes was version 1.7; it is no
  371. longer being actively maintained.
  372.  
  373. "B" news software is currently considered obsolete.  Unix sites
  374. joining the Usenet should install C news or INN to ensure proper
  375. behavior and good performance.  Most old B news software had
  376. compiled-in limits on the number of newsgroups and the number of
  377. articles per newsgroup; the increasing volume of news means that B
  378. news software cannot reliably cope with a moderately-full newsfeed.
  379.  
  380.  
  381. Software versions & availability
  382. --------------------------------
  383. You can obtain the version number of your news software by issuing
  384. some form of "v" command to show the current version -- consult the
  385. man page for details.  Current software is obtainable from almost any
  386. major Usenet site as well as the sites noted in the body of the
  387. article, above.
  388.  
  389. The following sites probably have sources to the current news software
  390. available for anyone needing a copy:
  391.  
  392.         Site        Contact
  393.         ----        -------
  394.         munnari        kre@munnari.oz.au
  395.         osu-cis        postmaster@cis.ohio-state.edu
  396.         philabs        usenet@philabs.philips.com
  397.         pyramid        usenet@pyramid.com
  398.         rutgers        usenet@rutgers.edu
  399.         tektronix    news@tektronix.tek.com
  400.         watmath        usenet@watmath.waterloo.edu
  401.         uunet        info@uunet.uu.net
  402.  
  403. Sources for most of the news readers and software, including news
  404. 2.11, C News, "rn", and "trn" are also available in the
  405. comp.sources.unix archives.  European sites should request the sources
  406. from their nearest backbone site.
  407.  
  408. The "archie" service can be used to locate ftp archives containing
  409. various news software packages.  There are regular postings in the
  410. comp.answers newsgroup about how to use the "archie" service.
  411.  
  412. For a relatively low price, you can buy one of many CD-ROM distributions
  413. of freely-redistributable software.  This may be cheaper than a
  414. long-distance phone call.
  415.  
  416. Standards
  417. ---------
  418. News programs communicate with each other according to standard protocols,
  419. some of which are described by RFCs.  An RFC is a Request For Comment, a
  420. de facto standard in the Internet Community.  It is a form of published
  421. software standard, done through the Network Information Center (NIC) at SRI.
  422. Copies of RFCs are often posted to the net and obtainable from archive sites.
  423. Current news-related RFCs include the following:
  424.  
  425.     RFC 822 specifies the format of messages; RFC 1036 uses this.
  426.     RFC 977 specifies NNTP, the Network News Transfer Protocol.
  427.     RFC 1036 specifies the format of Usenet articles.
  428.     RFC 1123 amends RFC 822.
  429.     RFC 1153 specifies the digest format some moderated groups use.
  430.  
  431. Newsgroups
  432. ----------
  433.  
  434. The following newsgroups cover issues discussed in this article, and can
  435. be consulted for recent developments.
  436.  
  437. bit.listserv.netnws-l    Discussion about NetNews on VM systems.
  438. gnu.emacs.gnews        News reading under GNU Emacs using Weemba's Gnews.
  439. gnu.emacs.gnus        News reading under GNU Emacs using GNUS (in English).
  440. news.software.anu-news    VMS B-news software from Australian National Univ.
  441. news.software.b        Discussion about B-news-compatible software.
  442. news.software.nn    Discussion about the "nn" news reader package.
  443. news.software.notes    Notesfile software from the Univ. of Illinois.
  444. news.software.readers    General discussion about news reading software.
  445. news.software.nntp    The Network News Transfer Protocol.
  446. comp.os.msdos.mail-news    Administering mail & network news systems under MS-DOS.
  447. comp.protocols.tcp-ip   TCP and IP network protocols.
  448. cp-ip.ibmpc     TCP/IP for IBM(-like) personal computers.
  449.  
  450.  
  451. Acknowledgements
  452. ----------------
  453. The preparation of this article (and Usenet itself!) was greatly
  454. enhanced by the contributions and assistance of the following persons:
  455. Steve Bellovin, Ray Essick, Mark Horton, Brian Kantor, Phil Lapsley,
  456. Bob Page, Rich Salz, Tom Truscott, and Larry Wall.  Thanks, folks.
  457.